home *** CD-ROM | disk | FTP | other *** search
/ GRAVIS Top 100 #3 / GRAVIS CD No3_Fruhjahr_95.cdr / GRAVIS / Newton / ScrollingDoPopup22d / Readme.txt next >
Text File  |  1995-02-08  |  3KB  |  111 lines

  1.             ScrollingDoPopup 2.2
  2.             --------------------
  3.  
  4. About 
  5. ----- 
  6. ScrollingDoPopup allows any popup list to scroll. This means that a program like
  7. PocketMoney now has an unlimited number of categories, accounts,.... AssistCalc
  8. now has an unlimited number of user defined formulas. MPG can have an unlimited
  9. number of vehicle service alarms and reminders. If you have a lot of packages
  10. installed on your card you can use the built-in card's "Remove Software" button
  11. to reach all of the packages that used to extend off the screen. There are a lot
  12. of other packages that can benefit from this also...
  13.  
  14.  
  15. Installation
  16. ------------
  17. Install ScrollingDoPopup21d.pkg.
  18. Try out for 35 days.
  19. Send in your money if you like it.
  20. I will email a version (ScrollingDoPopup21r.pkg) without the 35 day limit.
  21.  
  22. Cost
  23. ---- 
  24.  
  25. $10.00
  26.  
  27. This is a 35 day trial program. It will stop scrolling after 35
  28. days. Reminders will start at happening at 30 days so that you will have time to
  29. send in your payment and receive the registered version.
  30.  
  31. Register on CompuServe GO:SWREG look for ID# 4166
  32.  
  33. Licenses are available for developers of vertical applications.
  34. Commercial and Shareware developers can distribute this demo version with
  35. their packages.
  36.  
  37. Author 
  38. ------
  39.  
  40. Hardy Macia
  41. P.O. Box 8276 
  42. Essex VT 05451, USA 
  43. (802) 863-5256
  44.  
  45. email addresses: 
  46.   internet: HardyMacia@eWorld.com    <-*preferred*
  47.   eWorld,NewtonMail, AOL: HardyMacia 
  48.   compuserve: 74372,1262
  49.  
  50.  
  51. Programmers Note
  52. ----------------
  53. If you wish to implement this in your code you do not need to do anything
  54. different than you are doing now unless you want to take advantage of the
  55. additional functionality of starting the popup list in the middle.
  56.  
  57. if functions.|originalDoPopup:VtHick| exists 
  58. then // if ScrollingDoPopup is installed then start at startplace
  59.     DoPopup(
  60.         list,
  61.         insetH, 
  62.         [insetV,startPlace],
  63.         notifyView);
  64. else
  65.     DoPopup(
  66.         list,
  67.         insetH, 
  68.         insetV,
  69.         notifyView);
  70.  
  71.  
  72. My DoPopup works exactly the same as the builtin DoPopup function (page 2-63)
  73. with the exception of the 3rd parameter. If you want to position the top item of the
  74. popup to a certain item in the list you must pass startPlace (an Integer) which
  75. is the offset in the list array. [0,44] <- this will insetV 0 pixels and start at
  76. item 44 in list.
  77.  
  78.  
  79. History
  80. -------
  81.  
  82. 2.2 - 1/12/95-
  83.     Fixed the warnings so they would start on the 30th day instead of the 5th day.
  84.     Also made the package slightly smaller in size.
  85.  
  86. 2.1 - 11/28/94-
  87.     Fixed -10401 bug when trying to eject the card
  88.  
  89. 2.0 - 
  90.     Works with all Popup lists
  91.  
  92. 1.0 - 
  93.      Worked only with PocketMoney 1.3-1.33.
  94.  
  95.  
  96. Credits 
  97. -------
  98.  
  99. All of this code is mine, but I did use the original programming interface
  100. that K2 (Sandeep Shah) used for his popup. 
  101.  
  102. Flash Sheridan and Bill Kearney for their techinical help.
  103.  
  104.  
  105. Other Stuff by Me 
  106. ----------------- 
  107. email me requesting a current product list description. 
  108. As of this moment in time the list consists of MPG, PocketMoney,
  109. AssistCalc, TimeLock,  MyLocale, PocketButton, ChessClock, Drag, 
  110. ScrollingDoPopup, NameDropper.
  111.